-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bugfix] Triton pressureCurve #125
[Bugfix] Triton pressureCurve #125
Conversation
key = 90000 5.86825E-05 -2.85739E-09 -2.85739E-09 | ||
key = 103000 3.20278E-05 -1.42561E-09 -1.42561E-09 | ||
key = 0 0.00165 0 -1.11539E-06 | ||
key = 2000 0.00143845 -1.00036E-06 -1.00036E-06 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The derivatives (third and fourth columns) need to be divided by ten too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me (thanks for aligning the columns by the way, it's a whole lot more readable this way).
@Bornholio, can you test that the pressure behaves nicely now as you go from 0 m to 110 km?
Yea...whoops! I forgot that i had to change all pressure-related values. Semi-offtopic but someone also reported that the Mars pressure curve may also be wrong/off. Will take a look at it. |
starting in 20 minutes, also i noticed there is a huge variation on scientifically reported values for triton. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good, tested using barometer and other output values looks properly smoothed
Change Log: